home *** CD-ROM | disk | FTP | other *** search
/ Total Network Tools 2002 / NextStepPublishing-TotalNetworkTools2002-Win95.iso / Archive / Misc Servers / Zope.exe / Z-SQL-METHOD_TEST.STX < prev    next >
Encoding:
Text File  |  2000-06-30  |  925 b   |  24 lines

  1. Z SQL Method - Test: Test the validity of your SQL statement
  2.   
  3.     Description
  4.  
  5.         Test a SQL method.
  6.   
  7.     Controls
  8.  
  9.         '*[arument names]*' -- There will be one text field for each
  10.         argument specified for the SQL method. The text field will
  11.         contain the default value.  **Important:** You must enter a
  12.         value matching the specified argument type, otherwise a "Type
  13.         Error" is returned.
  14.         
  15.         'Submit Query' -- Causes the query to be executed and the
  16.         results are returned as an HTML table. If the query was had a
  17.         syntax error or the accessed table did not exist, a
  18.         database-specific error message is returned in form of an
  19.         exception.
  20.         
  21.         If you have a SQL statement that does not return any data,
  22.         Zope will tell you that this SQL statement was not a
  23.         query and will not display any results.
  24.